records

records

Active filters Clear all

No active filters

Filters

datavizgallery

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
title
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
description
               

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
theme
               

No description available for this field.

Name (identifier)
theme
Type
text
Sample
                       
date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
photo
               

No description available for this field.

Name (identifier)
photo
Type
text
Sample
                       
datavizlink
               

No description available for this field.

Name (identifier)
datavizlink
Type
text
Sample
                       
iddataset
               

No description available for this field.

Name (identifier)
iddataset
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"datavizgallery",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/datavizgallery"
      }
    ]
    ,
  • "definitions":
    {
    • "datavizgallery":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/datavizgallery_records"
            }
          }
        }
      }
      ,
    • "datavizgallery_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "type":
              {
              • "type":"string",
              • "title":"type",
              • "description":""
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"title",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"description",
              • "description":""
              }
              ,
            • "theme":
              {
              • "type":"string",
              • "title":"theme",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date",
              • "description":""
              }
              ,
            • "photo":
              {
              • "type":"string",
              • "title":"photo",
              • "description":""
              }
              ,
            • "datavizlink":
              {
              • "type":"string",
              • "title":"datavizlink",
              • "description":""
              }
              ,
            • "iddataset":
              {
              • "type":"string",
              • "title":"iddataset",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets